home *** CD-ROM | disk | FTP | other *** search
/ Animation Festival / Animation Festival (Full Mention Video in Stero)(Wizardware Multimedia)(1994).iso / animate / resource / aa.mu < prev    next >
Text File  |  1991-07-16  |  51KB  |  2,148 lines

  1. // common strings that appear all over the place
  2.  
  3. NameString common_strings 
  4. {
  5. aalrmenu "=Ram6by6.fnt"  // font for low resolution menus
  6. aamenu "aamenu.fnt"      // font for medium resolution menus
  7. aahrmenu "aahrmenu.fnt"  // font for high resolution menus
  8. continue "Continue"
  9. yes "Yes"
  10. no "No"
  11. ok "OK"
  12. cancel "Cancel"
  13. load "Load"
  14. save "Save"
  15. any_key "Any key to continue >"
  16. enter "Enter choice >"
  17. unnamed "unnamed"         // name for unnamed files
  18. pls_wait "Please Wait:"
  19. }
  20.  
  21.  
  22. // help strings and names for all the inks. xxx_n == name xxx_help == help
  23. NameString ink_texts
  24. {
  25. xor_n "Xor",
  26. xor_help "Exclusive or the current color register with image."
  27. vgrad_n "V Grad",
  28. vgrad_help "Vertical Gradient: apply cluster colors from top to bottom."
  29. unzag_n "Unzag",
  30. unzag_help "Antialias (soften) staircase edges.  Doesn't affect vertical "
  31.     "or horizontal edges."
  32. tile_n "Tile",
  33. tile_help "Use the cel as a tile pattern."
  34. sweep_n "Sweep",
  35. sweep_help "Remove isolated pixels."
  36. split_n "Split",
  37. split_help "Slide every other scan line in opposite direction. Ink strength "
  38.     "is pixel offset."
  39. spark_n "Spark",
  40. spark_help "Sparkle: change pixel to the sum of its four neighbors modulo "
  41.     "256."
  42. soften_n "Soften",
  43. soften_help "Blur the image.  Repeat for increased effect."
  44. smear_n "Smear",
  45. smear_help "Drag colors gently in direction of mouse motion.  "
  46.     "(See pull for a strong smear.)"
  47. scrape_n "Scrape",
  48. scrape_help "Scrape through to reveal Swap Screen."
  49. rgrad_n "R Grad",
  50. rgrad_help "Radial gradient: apply cluster colors in a concentric "
  51.     "circular pattern."
  52. pull_n "Pull",
  53. pull_help "Drag colors strongly in direction of mouse motion.  "
  54.     "(See smear for a gentle smear.)"
  55. opaque_n "Opaque",
  56. opaque_help "Use current color with no see-through."
  57. lgrad_n "L Grad",
  58. lgrad_help "Line-contour gradient:  Apply cluster colors horizontally "
  59.     "contoured to edge."
  60. jumble_n "Jumble",
  61. jumble_help "Mix pixels randomly. Best results at low ink strength."
  62. hollow_n "Hollow",
  63. hollow_help "Reduce solid shapes to outlines.  Reverse of fill."
  64. hgrad_n "H Grad",
  65. hgrad_help "Horizontal gradient: apply cluster colors from left to right."
  66. gray_n "Gray",
  67. gray_help "Desaturate. Remove chroma. Push towards gray."
  68. glow_n "Glow",
  69. glow_help "Glow cluster: shift cluster colors one step."
  70. glaze_n "Glaze",
  71. glaze_help "Make translucent layers of color while mouse button is down. "
  72.     "Works well with spray."
  73. glass_n "Glass",
  74. glass_help "Make a single transparent layer. Release mouse button or start "
  75.     "a new shape for a new layer."
  76. emboss_n "Emboss",
  77. emboss_help "Bas-relief look.  Highlight upper-left set of edges.  Shadow the opposite set."
  78. dark_n "Dark",
  79. dark_help "Make colors darker.  Push towards black."
  80. close_n "Close",
  81. close_help "Close single pixel gaps in boundary lines of current color.  "
  82.            "Designed as an aid in creating fillable boundary shapes."
  83. bright_n "Bright",
  84. bright_help "Brighten:  increase apparent lighting."
  85. add_n "Add",
  86. add_help "Add register number of current color to image modulo 256."
  87. and_help "Logical and the current color register with image."
  88. merge_n "Merge"
  89. merge_help "Transparently merge with swap screen."
  90. minus_n "Minus",
  91. minus_help "Subtract the current color register from image.",
  92. or_n "Or",
  93. or_help "Logical or the current color register with image.",
  94. slice_n "Slice",
  95. slice_help "Slide every other vertical line in opposite direction."
  96.            "Ink strength is pixel offset.",
  97. smooth_n "Smooth",
  98. smooth_help "Mild defocusing effect.  Like soften but more subtle.   "
  99.             "Shifts image to the left half a pixel as a side effect.",
  100. unbuzz_n "UnBuzz",
  101. unbuzz_help "Blend pixels above and below to reduce flicker in interlace "
  102.             "images.",
  103. no_help "No help text."
  104. }
  105.  
  106. // help strings and names for all the ptools xxx_n = name xxx_help = help
  107. NameString tool_texts
  108. {
  109. text_n "Text"
  110. text_help "Edit text in a boxed area of the screen.\n"
  111.     "or load ascii files or fonts.",
  112. streak_n "Streak"
  113. streak_help "Freehand, brush-size line.\n"
  114.     "May be broken depending on mouse speed.",
  115. star_n "Star"
  116. star_help    "Create a star shape.\n"
  117.     "Define center first, then size and angle.",
  118. spray_n "Spray"
  119. spray_help    "Apply brush-size ink in random, circular pattern.\n"
  120.     "Set speed and width below.",
  121. spline_n "Spline"
  122. spline_help "Curved spline.\n"
  123.     "Set curvature with Tens, Bias and Cont sliders\n"
  124.     "Load and save from poly tool.",
  125. spiral_n "Spiral"
  126. spiral_help "Spiral-shaped line.\n"
  127.     "Set center, then angle, then turns.",
  128. shape_n "Shape"
  129. shape_help    "Drag mouse to apply freehand boundary.\n"
  130.     "Then release to close shape.",
  131. sep_n "Sep."
  132. sep_help "Separate colors.\n"
  133.     "Replace selected color(s) with current ink.",
  134. rpoly_n "Rpoly"
  135. rpoly_help "Regular polygon.\nAll sides same length.\n"
  136.     "Set points below.",
  137. poly_n "Poly"
  138. poly_help "Irregular polygon.\nDefine one point at a time.",
  139. petal_n "Petal"
  140. petal_help "A flower-like shape.\nSet radius and points with sliders.",
  141. oval_n "Oval"
  142. oval_help "Define minor axis, then angle and major axis.",
  143. move_n "Move"
  144. move_help "Move a boxed area of the screen.\n"
  145.     "If \"Clear cut\" is on fills area left behind\n"
  146.     "with key color.",
  147. line_n "Line"
  148. line_help "Apply ink in a straight line using current brush.",
  149. gel_n "Gel"
  150. gel_help "Freehand line with soft tapered edge.\n"
  151.     "Effect varies with brush size.",
  152. fillto_n "Fill To"
  153. fillto_help "Click on boundary color.\n"
  154.     "Then click anywhere within boundary to fill.",
  155. fill_n "Fill"
  156. fill_help "Apply ink to all pixels until stopped by a different color.",
  157. edge_n "Edge"
  158. edge_help "Click on a color.  Edges of that color will be "
  159.     "fringed with current ink.",
  160. driz_n "Driz."
  161. driz_help "Drizzle:  Line gets thinner with faster motion."
  162.     "  Best with a medium to large brush.",
  163. draw_n "Draw"
  164. draw_help "Hold down left button to apply unbroken line using current brush.",
  165. circle_n "Circle"
  166. circle_help "Make a circle.  Uses current brush if not filled.",
  167. box_n "Box"
  168. box_help "Draw a rectangle.  Uses Current brush if not filled.",
  169. no_help "No help text."
  170. }
  171.  
  172. NameString vdriver_texts 
  173. {
  174. V7VGA_0  "Video 7 640x400.  Works with most"
  175.     " V7 VGA cards other than the VEGA VGA.",
  176. V7VGA_1  "Video 7 640x480.  Works with most V7 VGA cards other"
  177.     " than the VEGA VGA if they have 512K memory.",
  178. V7VGA_2  "Video 7 720x540.  Requires card to have 512K memory",
  179. V7VGA_3  "Video 7 800x600.  Works with VRAM card with 512K.  You'll need a"
  180.     " 'Super VGA' monitor to display this."
  181. }
  182.  
  183. NameString picdrive_texts
  184. {
  185. // flilo.pdr texts 
  186. flilo_info "Will create files readable by low resolution Animator."
  187.  
  188. // targa.pdr texts
  189. targa_info "Reads most TARGA image formats.  "
  190.    "Writes 24-bit RGB TARGA format.  "
  191.    "\n\n"
  192.    "To read truecolor TARGA files, or write files "
  193.    "with different color or compression schemes, "
  194.    "use the ANICONV program.  "
  195. targa_fmt "Targa output format:\n"
  196.     "Color Mapped\n"
  197.     "Truecolor (RGB)\n"
  198.     "Cancel\n"
  199. targa_comp "Targa output compression:\n"
  200.     "None\n"
  201.     "Run Length\n"
  202.     "Cancel\n"
  203.  
  204. // tiff.pdr texts
  205. tiff_cmapped_info "Reads monochrome and color mapped formats.  " 
  206.    "Writes TIFF image files in color mapped format "
  207.    "using LZW compression."
  208.    "\n\n"
  209.    "To read RGB TIFF files, or write TIFF files "
  210.    "using different color options or compression "
  211.    "schemes, use the ANICONV program."
  212. tiff_grey_info "Reads monochrome and color mapped formats.  " 
  213.    "Writes TIFF image files in greys only "
  214.    "using packbits compression."
  215.    "\n\n"
  216.    "To read RGB TIFF files, or write TIFF files "
  217.    "using different color options or compression "
  218.    "schemes, use the ANICONV program."
  219. tiff_rgb_info "Reads monochrome and color mapped formats.  " 
  220.    "Writes TIFF image files in RGB format "
  221.    "using packbits compression."
  222.    "\n\n"
  223.    "To read RGB TIFF files, or write TIFF files "
  224.    "using different color options or compression "
  225.    "schemes, use the ANICONV program."
  226. tiff_fmt "TIFF output format:\n"
  227.     "Grayscale\n"
  228.     "Color Mapped\n"
  229.     "Truecolor (RGB)\n"
  230.     "Cancel\n"
  231. tiff_comp "TIFF output compression:\n"
  232.     "None\n"
  233.     "Packbits\n"
  234.     "